-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.0][crm_deduplicate_acl] Deduplicate permission groups #76
Conversation
This module allows any user to get special permissions to be able to deduplicate contacts, instead of just giving them to a sale manager with settings permissions. The new permissions allow the user to deduplicate: - *Manually*. - *Automatically* (dangerous). - *Without restrictions* (more dangerous). Beware what you do! 😯
- *Manually* allows him to do the manual deduplication process. | ||
- *Automatically* allows him to do the automatic deduplication process. | ||
|
||
.. warning:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not well rendered on RST
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some little tests that exercises the different levels would be welcome. |
@rafaelbn You need the unrestricted access for that. |
But in the case a user who is responsible to maintain clean the database have to merge partners with different email but you still want to force manualy, you can't. That's why |
Please review my use case and runbot, thanks! |
@rafaelbn Fixed #76 (comment) |
What happens to runbot? |
Tested and running in customer's production enviroment 👍 |
Tested in local environment.... 👍 |
[8.0][crm_deduplicate_acl] Deduplicate permission groups
This module allows any user to get special permissions to be able to
deduplicate contacts, instead of just giving them to a sale manager with
settings permissions.
The new permissions allow the user to deduplicate:
Beware what you do! 😯
@rafaelbn